home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_075 / bezier / bouncing / poster < prev   
Text File  |  1992-05-06  |  1KB  |  35 lines

  1. Article 4526 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon
  3. From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Splurge #3 ... Bouncing Beziers
  6. Message-ID: <8705110627.AA22443@cory.Berkeley.EDU>
  7. Date: 11 May 87 06:27:18 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Lines: 624
  10.  
  11.  
  12.     Oh what the hell..  Here's Bezier again, but this time I've added
  13. an automation option... you can watch the Bezier curve bounce all over its
  14. window by specifying a random seed:
  15.  
  16.     bezier [seed [delay]]
  17.  
  18.     example:
  19.         bezier 24
  20.  
  21.     If you don't want it to run continuously, you can specify a delay
  22. (passed directly to Delay()):
  23.  
  24.         bezier 24 10
  25.  
  26.     Otherwise, if you give it no arguments, it allows you to play with the
  27.     bezier curve like in my first posting.
  28.  
  29. P.S.  running it on automatic 'bezier #', and setting the granularity to
  30. about 40 looks very impressive....  I've found it somewhat appeasing to have
  31. running on my workbench screen.  I also optimized the source quite a bit.
  32.  
  33.             -Matt
  34.  
  35.